This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Sure this can be computed... ~Umberto Nongeroson 15.Jan.04 07:21 PM a Web browser Domino Designer 6.0.3All Platforms
td := @Weekday(yourfield);
REM "Number. Weekday numbers are 1 through 7, with Sunday = 1, Monday = 2";
REM "Assuming Week End Date is Friday i.e. 6";
FIELD yourwkendfield := @Adjust(yourfield; 0; 0; 6 - td; 0; 0; 0);